projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d54f8
)
(reinvoke_input_signal): Don't use prototype decl.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Apr 1998 02:33:19 +0000
(
02:33
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 28 Apr 1998 02:33:19 +0000
(
02:33
+0000)
src/blockinput.h
patch
|
blob
|
history
diff --git
a/src/blockinput.h
b/src/blockinput.h
index 6aa426499433d3eeef5737b6fd40a11324a3a951..335b3b5b2d4179f1fa11033ef623e0a55e74f9c1 100644
(file)
--- a/
src/blockinput.h
+++ b/
src/blockinput.h
@@
-78,4
+78,5
@@
extern int interrupt_input_pending;
#define UNBLOCK_INPUT_RESIGNAL UNBLOCK_INPUT
/* Defined in keyboard.c */
-extern void reinvoke_input_signal P_ ((void));
+/* Don't use a prototype here; it causes trouble in some files. */
+extern void reinvoke_input_signal ();